home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 2 / Tech Arsenal 2 (Arsenal Computer).iso / gen_prog / enum.exe / README.TXT < prev   
Encoding:
Text File  |  1993-07-14  |  5.8 KB  |  192 lines

  1. The Enumerator Professional(tm) Version 2.03
  2.  
  3. (c)1993 Les Gainous - All rights reserved.
  4.  
  5. The Enumerator Professional is a tool to print all source code from all
  6. libraries and all objects in one (or more) forms.  The major advantage
  7. between this product and the Language|Browse Sources menu choice from
  8. within the ObjectPAL(tm) editor, is that Language|Browse Sources will
  9. only print source code for only one form at a time.  The Enumerator
  10. Professional will print multiple forms and multiple libraries at one time!
  11.  
  12.  
  13. Installation:
  14.  
  15. Copy all the files to any subdirectory on your fixed disk. From the
  16. Paradox(r) main menu, make this directory your working directory through
  17. the "File|Working Directory" menu choice.  The Enumerator Professional is
  18. ready for use.
  19.  
  20.  
  21. Basic Usage:
  22.  
  23. Open (run) the form "enumpro.fdl" and click (with the mouse) the "Begin"
  24. button.  You may optionally choose "Enum|Begin" from the menu bar. Select
  25. one or more forms and/or libraries (*.fsl and *.lsl, respectively) by
  26. clicking the mouse on any filename on the right side of the file
  27. browser.  To select more than one, hold down the Shift key while
  28. clicking.  You may also change the directory path in this file browser.
  29. The default directory path is your current working directory.
  30.  
  31. When finished choosing files, click the OK button to continue, or click
  32. "Cancel" to quit.
  33.  
  34. You will see any forms selected displayed briefly as The Enumerator
  35. Professional processes each one.  A status message  at the bottom of the
  36. Paradox desktop displays the count of the current object being
  37. processed.  Upon completion, a final status window will appear on your
  38. screen.
  39.  
  40.  
  41. Common mistakes:
  42.  
  43. If you run low or run out of memory, then decrease the number of selected
  44. files picked from the filebrowser.  Only choose a few (or even one) at a
  45. time.
  46.  
  47. Any other problem should be directed to the author using the information
  48. at the end of this document.
  49.  
  50.  
  51. Caveats:
  52.  
  53. As with any product, there is room for improvement and enhancements.
  54. Registered users will receive free update(s) to The Enumerator
  55. Professional as they become available.
  56.  
  57.  
  58. Registration Plea:
  59.  
  60. This is an informal plea to register your copy of The Enumerator
  61. Professional.  A lot of sweat and headaches went into learning the new
  62. Paradox for Windows object-based paradigm.  As a developer of ObjectPAL,
  63. you no doubt can relate to this!  All I ask is a registration fee is only
  64. $25 (USD) to help ease the pain of the long nights spent absorbing this
  65. new language.  Actually, any amount will suffice ($5, $10, etc.)!
  66.  
  67. Why register?
  68.  
  69. Registered users will receive nomimal-fee (probable free) update(s) to
  70. The Enumerator Professional.
  71.  
  72. You will not have to "put up" with the nonregistered version dialog box
  73. at the beginning of the program!  The final printout of your source code
  74. will also have a registration notice.
  75.  
  76. It is ethical to do so, if you use The Enumerator Professional more than
  77. just for evaluation purposes.
  78.  
  79. How do I register?
  80.  
  81. Send you check or money order to:
  82.  
  83. Les Gainous
  84. 316 East 84th Street
  85. Suite 2E
  86. New York, New York  10028-4479
  87. (212) 852-0335 (days)
  88. (212) 734-1599 (eve before 8pm (e.s.t.)! or wkends)
  89.  
  90. Please allow a couple of weeks for delivery and please specify your
  91. floppy disk type and size (e.g., 5-1/4 or 3.5 inch high or low density)
  92.  
  93.  
  94. More questions?
  95.  
  96. Contact me at the above address or send EMail via Compuserve to
  97. 72731,146.  I am also active in the PDOXWIN forum, so you can leave
  98. public messages there, as well.
  99.  
  100.  
  101. Revision History:
  102.  
  103. 1.0  04/15/93
  104.  
  105. Initial release of The Enumerator Professional
  106.  
  107. 1.5  04/22/93
  108.  
  109. o True, automatic printing of the enumerated source code directly to a
  110. printer, complete with headings (date, time, page number, object's name,
  111. etc.) and formatted output using non-proportional fonts
  112.  
  113. o Lifted the restriction of having this program reside in the same
  114. subdirectory as the forms/libraries
  115.  
  116. o Option for automatically removing the enumerated text files after
  117. printing is complete
  118.  
  119. o "Tweaked" for better and faster performance
  120.  
  121. o Enhanced interface
  122.  
  123.  
  124. 2.0  05/02/93
  125.  
  126. o Printout of your source code is now "sectioned-off" by form/library,
  127. then by object, then by method.  Now longer will an "ugly" method
  128. separator be printed, such as:
  129.  
  130.    ;|BeginMethod|#Page2.btnCancel|pushButton
  131.  
  132. the above line is now replaced by a more pleasing line.
  133.  
  134. o no two methods will "butt" against each other.  There is now space
  135. between the end of a method and the next method's "nice" header line
  136.  
  137. o added graphics on the buttons
  138.  
  139. o this utility's work files are automatically removed upon completion of
  140. program
  141.  
  142. o full "hot-key" support.  This utility may be used without a mouse, if
  143. needed
  144.  
  145. o enhanced dialog boxes
  146.  
  147.  
  148. 2.01  05/05/93
  149.  
  150. o Headings on printout are now "pinned" to stay in place.  Page numbers
  151. should no longer be truncated.
  152.  
  153. o actual source code is printed in a non-proportional font to allow for
  154. embedded tabs to line up correctly in your code
  155.  
  156. o the Paradox system menu no longer stays when some "secondary" forms are
  157. displayed (dialog box, etc.)
  158.  
  159.  
  160. 2.02  05/18/93
  161.  
  162. o Eliminated problem printing to certain laser printers (heading box would
  163. be 'darkened' and opaque)
  164.  
  165.  
  166. 2.03  07/13/93
  167.  
  168. o Eliminated bug when pressing Alt-X to exit.  This constantly produced GPF
  169. errors.
  170.  
  171.  
  172. Thanks:
  173.  
  174. Thanks to all who have helped answer my "never-ending" questions on the
  175. PDOXWIN forum.
  176.  
  177. Thank you for trying The Enumerator Professional.
  178.  
  179. Also, thanks to my wife and daughter; they have been understanding with
  180. my long nights of learning this new and exciting environment.
  181.  
  182.  
  183.  
  184. ----------------------------------------------------------
  185.  
  186. Credits:
  187.  
  188. Paradox, ObjectPAL are registered trademarks of Borland International.
  189.  
  190. MSWindows/Windows, is a registered trademarks of Microsoft Corporation.
  191.  
  192.